.togglePassword{
    position:absolute; 
    right:8px; 
    top:30%; 
    transform:translateY(-50%); 
    background:transparent; 
    border:0; 
    padding:0; 
    display:inline-flex; 
    align-items:center; 
    justify-content:center; 
    width:28px; 
    height:28px; 
    z-index:9999; 
    color:#fff;
    background-color:#4c51bf;
}
.togglePassword:focus{
    outline:none;
}

/* Footer Styles */
.footer-brand p {
    max-width: 90%;
}

.footer-qr-section {
    padding: 0;
}

.footer-download-section {
    padding-left: 0;
}

.qr-code-wrapper {
    transition: transform 0.3s ease;
}

.qr-code-wrapper:hover {
    transform: scale(1.05);
}

.social-link {
    width: 44px;
    height: 44px;
    background-color: rgba(255,255,255,0.15);
    border-radius: 0.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.social-link:hover {
    background-color: rgba(255,255,255,0.3);
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
}

.social-link img {
    width: 22px;
    height: 22px;
    filter: brightness(0) invert(1);
}

.app-badge {
    transition: all 0.3s ease;
    display: inline-block;
    max-width: 210px;
}

.app-badge:hover {
    transform: translateY(-5px);
    filter: brightness(1.05);
}

.app-badge img {
    border-radius: 0.5rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.25);
    width: 100%;
}

.footer-bottom a:hover {
    text-decoration: underline !important;
}

/* Responsive Design */
@media (max-width: 991px) {
    .footer-main {
        padding: 3rem 0 2rem !important;
    }
    
    .footer-main .row {
        align-items: stretch !important;
    }
    
    .footer-brand img {
        max-width: 140px !important;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-brand p {
        text-align: center;
        max-width: 100%;
    }

    .footer-qr-section h4 {
        font-size: 1.5rem;
    }

    .qr-code-wrapper img {
        width: 120px !important;
        height: 120px !important;
    }

    .footer-download-section {
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .footer-download-section .d-flex {
        align-items: center !important;
    }

    .footer-social .d-flex {
        justify-content: center !important;
    }
}

@media (max-width: 767px) {
    .footer-main {
        padding: 2.5rem 0 1.5rem !important;
    }

    .app-badge {
        max-width: 180px;
        margin: 0 auto;
    }
}
.search-container {
    max-width: 100%;
    margin: 1em auto;
    background: #ffffffde;
    border-radius: 2em;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 3em 2.5em;
}

@media (min-width: 800px) {
    .search-container {
        max-width: calc(100rem);
    }
}

.form-control {
    /* padding: calc(1.126rem - var(--bs-border-width)) calc(0.9375rem - var(--bs-border-width)); */
    border-radius: 0.8em;
    background-color: #fff;
}

.brand-icons img {
    width: 80px;
    height: auto;
    cursor: pointer;
}

.brand-icons img:hover {
    opacity: 0.8;
}


.light-style .layout-navbar .navbar.landing-navbar {
    border-color: rgb(255 255 255);
    background: rgb(255 255 255);
}


.carousel-item {
    text-align: center;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
    /* Add a background to icons */
    border-radius: 50%;
}

/* .carousel-control-prev {
    left: -35px !important;
} */

/* .carousel-control-next {
    right: -62px !important;
} */

img.img-fluid.mx-2 {
    max-width: 20%;
}

span.select2-selection.select2-selection--single {
    border: none !important;
}

span.select2-search.select2-search--dropdown {
    padding: 0em;
}